Q3ShapePart_GetShape
You can use theQ3ShapePart_GetShape
function to get the shape object that contains a shape part object.
TQ3Status Q3ShapePart_GetShape ( TQ3ShapePartObject shapePartObject, TQ3ShapeObject *shapeObject);
shapePartObject
- A shape part object.
shapeObject
- On exit, the shape object that contains the specified shape part object.
DESCRIPTION
TheQ3ShapePart_GetShape
function returns, in theshapeObject
parameter, the shape object that contains the shape part object specified by theshapePartObject
parameter.
- Note
- You don't need to call
Q3ShapePart_GetShape
if you've already retrieved a hit data structure by callingQ3Pick_GetHitData
because the containing object is specified by theobject
field of that structure.![]()